PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentHeadersFooters Class / setFirstPageFooter Method
A footer object to be displayed on document's first page.
In This Topic
    setFirstPageFooter Method
    In This Topic
    Sets the footer for the first page.
    If this method is called with null, no footer is displayed on the first document page. When the method is called, this method is also set to the same value. If you want a different footer for the first page, call this method after calling the method.
    Syntax
    public void setFirstPageFooter( 
       PDFFlowDocumentFooter value
    )

    Parameters

    value
    A footer object to be displayed on document's first page.
    See Also